home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
17
/
4
/
DISK1748.ZIP
/
VEHEXP
/
EXPINSTL.BAT
next >
Wrap
DOS Batch File
|
1988-10-11
|
381b
|
21 lines
echo off
cls
echo Continuing will install VEHEXP31 on hard disk C:
echo in a new directory C:\EXPNS
echo.
echo Enter ctrl C to abort
echo.
echo.
echo Or to continue
pause
echo Creating new directory C:\EXPNS
md c:\expns
echo Copying files to C:\EXPNS
copy vehexp31.exe c:\expns
copy haserror.fue c:\expns
copy sample.fue c:\expns
echo.
echo.
echo.
echo Done !